projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1976080
)
(syms_of_keyboard): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 18 Apr 1996 06:04:32 +0000
(06:04 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 18 Apr 1996 06:04:32 +0000
(06:04 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 4d570cf6b4cf9f36b468f4106acc85bc5ca2558a..4b33bdf290bf5ae343372c26efc9edaef3aa5a54 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-8006,7
+8006,8
@@
Errors running the hook are caught and ignored.");
DEFVAR_LISP ("post-command-idle-hook", &Vpost_command_idle_hook,
"Normal hook run after each command is executed, if idle.\n\
-Errors running the hook are caught and ignored.");
+Errors running the hook are caught and ignored.\n\
+This feature is obsolete; use idle timers instead. See `etc/NEWS'.");
Vpost_command_idle_hook = Qnil;
DEFVAR_INT ("post-command-idle-delay", &post_command_idle_delay,